Kotlin utilities
/
it.czerwinski.kotlin.util
/
None
/
get
common
get
open override fun
get
():
Nothing
Content copied to clipboard
Gets the value of a
Some
or throws an exception.
Return
Value of a
Some
.
Throws
kotlin.NoSuchElementException
If this is
None
.